meta {
name: Get User By ID
type: http
seq: 2
}
get {
url: {{baseUrl}}/users/1
body: none
auth: none
}
headers {
Accept: application/json
}
tests {
test("Status should be 200", function() {
expect(res.status).to.equal(200);
});
test("Response should have an ID", function() {
expect(res.body.id).to.equal(1);
});
test("Response should have a name", function() {
expect(res.body.name).to.be.a('string');
});
}
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jcr82/bruno-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server